home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SMILEYC.PAK / STDAFX.H < prev   
C/C++ Source or Header  |  1997-05-06  |  500b  |  13 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #include <afxctl.h>         // MFC support for OLE Custom Controls
  6.  
  7. // Delete the two includes below if you do not wish to use the MFC
  8. //  database classes
  9. #if !defined(_UNICODE) && !defined (__BORLANDC__)
  10. #include <afxdb.h>            // MFC database classes
  11. #include <afxdao.h>            // MFC DAO database classes
  12. #endif // _UNICODE
  13.